home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  2005-03-06  |  5KB  |  220 lines

  1. object AboutForm: TAboutForm
  2.   Left = 319
  3.   Top = 178
  4.   BorderStyle = bsDialog
  5.   Caption = 'About PowerArchiver'
  6.   ClientHeight = 359
  7.   ClientWidth = 420
  8.   Color = clWhite
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnKeyPress = FormKeyPress
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PowerArchiverLogo: TImage
  19.     Left = 0
  20.     Top = -2
  21.     Width = 420
  22.     Height = 361
  23.     AutoSize = True
  24.     Center = True
  25.     Picture.Data = {<image000.TGIFGraphic>}
  26.   end
  27.   object ContactL: TLabel
  28.     Left = 19
  29.     Top = 296
  30.     Width = 289
  31.     Height = 13
  32.     Alignment = taCenter
  33.     AutoSize = False
  34.     Caption = 'Contact:'
  35.     Transparent = True
  36.   end
  37.   object ALRL: TLabel
  38.     Left = 13
  39.     Top = 169
  40.     Width = 287
  41.     Height = 15
  42.     AutoSize = False
  43.     Caption = 'Internet:'
  44.     Transparent = True
  45.   end
  46.   object Bevel: TBevel
  47.     Left = 11
  48.     Top = 185
  49.     Width = 305
  50.     Height = 9
  51.     Shape = bsTopLine
  52.   end
  53.   object RegTOL: TLabel
  54.     Left = 11
  55.     Top = 194
  56.     Width = 127
  57.     Height = 13
  58.     Caption = 'This product is licensed to:'
  59.     Transparent = True
  60.   end
  61.   object RegNameL: TLabel
  62.     Left = 155
  63.     Top = 195
  64.     Width = 161
  65.     Height = 13
  66.     Alignment = taRightJustify
  67.     AutoSize = False
  68.     Caption = 'All Rights Reserved'
  69.     Transparent = True
  70.   end
  71.   object Label1: TLabel
  72.     Left = 15
  73.     Top = 333
  74.     Width = 97
  75.     Height = 13
  76.     Alignment = taRightJustify
  77.     AutoSize = False
  78.     Caption = 'Email:'
  79.     Transparent = True
  80.   end
  81.   object InternetL: TLabel
  82.     Left = 13
  83.     Top = 313
  84.     Width = 97
  85.     Height = 13
  86.     Alignment = taRightJustify
  87.     AutoSize = False
  88.     Caption = 'Internet:'
  89.     Transparent = True
  90.   end
  91.   object VersionL: TLabel
  92.     Left = 11
  93.     Top = 9
  94.     Width = 281
  95.     Height = 16
  96.     AutoSize = False
  97.     Caption = 'Version: 6.00.0 BETA 2 (8th August, 2000.)'
  98.     Transparent = True
  99.   end
  100.   object ConeXwareComLabel: TLabel
  101.     Left = 11
  102.     Top = 153
  103.     Width = 199
  104.     Height = 13
  105.     Cursor = crHandPoint
  106.     Caption = 'Copyright '#169' 1999-2005 ConeXware, Inc.'
  107.     Transparent = True
  108.     OnClick = ConeXwareComLabelClick
  109.     OnMouseEnter = ConeXwareComLabelMouseEnter
  110.     OnMouseLeave = ConeXwareComLabelMouseLeave
  111.   end
  112.   object PowerArchiverComLabel: TLabel
  113.     Left = 115
  114.     Top = 313
  115.     Width = 152
  116.     Height = 13
  117.     Cursor = crHandPoint
  118.     Caption = 'http://www.powerarchiver.com'
  119.     Transparent = True
  120.     OnClick = PowerArchiverComLabelClick
  121.     OnMouseEnter = PowerArchiverComLabelMouseEnter
  122.     OnMouseLeave = PowerArchiverComLabelMouseLeave
  123.   end
  124.   object SupportEmailLabel: TLabel
  125.     Left = 115
  126.     Top = 333
  127.     Width = 123
  128.     Height = 13
  129.     Cursor = crHandPoint
  130.     Caption = 'support@conexware.com'
  131.     Transparent = True
  132.     OnClick = SupportEmailLabelClick
  133.     OnMouseEnter = SupportEmailLabelMouseEnter
  134.     OnMouseLeave = SupportEmailLabelMouseLeave
  135.   end
  136.   object CopyrightMemo: TMemo
  137.     Left = 11
  138.     Top = 216
  139.     Width = 305
  140.     Height = 73
  141.     Lines.Strings = (
  142.       'Main Developer: Ivan Petrovic'
  143.       ''
  144.       'UnZipDLL v1.6 and ZipDLL v1.6 '#169' by Eric W. Engler'
  145.       'UnRarDLL v2.0 '#169' by Eugene Roshal'
  146.       'UnAceDLL '#169' by Marcel Lemke'
  147.       'CabinetDLL v1.00.603 '#169' Microsoft Corporation'
  148.       ''
  149.       'UnARC, UnARJ, UnBH, UnLZH, UnZOO, UnGZIP, '
  150.       'UnTAR, BH, LHA, TAR, GZIP, UUEncode, Encode'
  151.       '     by MicroChip Data Systems / Carl Bunton'
  152.       ''
  153.       'Default Toolbar Skin by David Cornish'
  154.       'Icons by Will Ryan'
  155.       ''
  156.       'Special thanks to David Cornish (the author of  '
  157.       'SFXMaker) for many suggestions, help he gave me, ...'
  158.       ''
  159.       'Click on '#39'Credits'#39' for details...')
  160.     ReadOnly = True
  161.     ScrollBars = ssVertical
  162.     TabOrder = 0
  163.   end
  164.   object OKButt: TButton
  165.     Left = 323
  166.     Top = 8
  167.     Width = 93
  168.     Height = 25
  169.     Caption = 'OK'
  170.     Default = True
  171.     TabOrder = 1
  172.     OnClick = OKButtClick
  173.   end
  174.   object OrderingButt: TButton
  175.     Left = 323
  176.     Top = 48
  177.     Width = 93
  178.     Height = 25
  179.     Caption = '&Ordering Info'
  180.     TabOrder = 2
  181.     OnClick = OrderingButtClick
  182.   end
  183.   object LicenseButt: TButton
  184.     Left = 323
  185.     Top = 80
  186.     Width = 93
  187.     Height = 25
  188.     Caption = '&License'
  189.     TabOrder = 3
  190.     OnClick = LicenseButtClick
  191.   end
  192.   object RegisterButt: TButton
  193.     Left = 323
  194.     Top = 112
  195.     Width = 93
  196.     Height = 25
  197.     Caption = '&Register'
  198.     TabOrder = 4
  199.     OnClick = RegisterButtClick
  200.   end
  201.   object AcknowledgmentsButt: TButton
  202.     Left = 323
  203.     Top = 296
  204.     Width = 93
  205.     Height = 25
  206.     Caption = '&Credits'
  207.     TabOrder = 5
  208.     OnClick = AcknowledgmentsButtClick
  209.   end
  210.   object FAQButt: TButton
  211.     Left = 323
  212.     Top = 328
  213.     Width = 93
  214.     Height = 25
  215.     Caption = '&FAQ'
  216.     TabOrder = 6
  217.     OnClick = FAQButtClick
  218.   end
  219. end
  220.